|
|
|
|
Height Property, FootersClass Class |
Returns the height of the footer area.
Syntax FootersClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Height As Integer |
C# |
public int Height { get; } |
C++ |
public: property int Height { |
Property Value
The height in pixels.
Comments
The Height property returns the height of the footer area.
The height of the footer area is determined automatically, based on the number of rows, cell contents, etc. and cannot be changed by an application.